Class com.symantec.itools.swing.borders.LineBorder
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.symantec.itools.swing.borders.LineBorder

Object
   |
   +----AbstractBorder
           |
           +----LineBorder
                   |
                   +----com.symantec.itools.swing.borders.LineBorder

public class LineBorder
extends LineBorder
implements Serializable

Constructor Index

 o com.symantec.itools.swing.borders.LineBorder()

Method Index

 o getLineColor()
 o getRoundedCorners()
 o setLineColor(Color)
 o setRoundedCorners(boolean)
 o setThickness(int)

Constructors

 o LineBorder
public LineBorder()

Methods

 o getLineColor
public java.awt.Color getLineColor()
Overrides:
getLineColor in class LineBorder
 o getRoundedCorners
public boolean getRoundedCorners()
 o setLineColor
public void setLineColor(Color newLineColor)
 o setRoundedCorners
public void setRoundedCorners(boolean newRoundedCorners)
 o setThickness
public void setThickness(int newThickness)

All Packages  Class Hierarchy  This Package  Previous  Next  Index